home *** CD-ROM | disk | FTP | other *** search
/ Aminet 15 / Aminet 15 - Nov 1996.iso / Aminet / dev / basic / ace24dist.lha / ace24.lha / prgs / Misc / boot.b < prev    next >
Text File  |  1996-09-10  |  110b  |  10 lines

  1. {*
  2. ** Cold reboot the Amiga.
  3. *}
  4.  
  5. LIBRARY "exec.library"
  6.  
  7. DECLARE FUNCTION ColdReboot LIBRARY exec
  8.  
  9. ColdReboot
  10.